@media screen and (min-width:970px) {
    .kaoguanxinall {
        margin-top: 0.6rem;
      }
    
      .kaoguanxinall .public-hgroup-title {
        margin-bottom: 0.5rem;
      }
    
      .gun-neirong-funcon {
        margin: 0 2.4rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
    
      .gun-neirong-funcon dl {
        width: 4.7rem;
        /* height: 256px; */
        background: #fff;
    
        /* border-radius: 20px; */
        margin-bottom: 0.24rem;
        /* margin-top: 0.5rem; */
        border-radius: 0 0 0.2rem 0.2rem;
      }
    
      .gun-neirong-funcon dl:hover {
        box-shadow: 12px 12px 24px 0px rgba(152, 152, 152, 0.19);
      }
    
      .gun-neirong-funcon dl dt img {
        width: 4.7rem;
        height: 1.2rem;
        border-radius: 0.2rem 0.2rem 0 0;
      }
    
      .gun-neirong-funcon dl dd {
        width: 4.7rem;
        height: 1.36rem;
        background: #fff;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        border-radius: 0 0 0.2rem 0.2rem;
      }
    
      .gun-neirong-funcon dl dd h4 {
        font-size: 0.24rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        margin-top: 0.28rem;
        margin-bottom: 0.1rem;
      }
    
      .gun-neirong-funcon dl dd p {
        font-size: 0.16rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.24rem;
        text-align: center;
    
      }
}

@media screen and (max-width:970px) {

    .kaoguanxinall{
        margin-top: 0.4rem;
        margin-bottom: 0.3rem;
    }
     .kaoguanxinall .public-hgroup-title {
        margin-bottom: 0.3rem;
    }

    .public-hgroup-title img {
        width: 2.66rem;
        height: 0.35rem;
        margin: 0 auto;
    }

    .gun-neirong-funcon {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0.05rem;
        margin-bottom: 0.2rem;
    }

    .gun-neirong-funcon dl {
        box-shadow: 0px 12px 24px 0px rgba(152, 152, 152, 0.19);
        margin-bottom: 0.1rem;
        border-radius: 0 0 0.1rem 0.1rem;
    }

    .gun-neirong-funcon dl dt {}

    .gun-neirong-funcon dl dt img {
        width: 1.8rem;
        height: 0.46rem;
        background: #FFFFFF;
        border-radius: 0.1rem 0.1rem 0 0;
    }

    .gun-neirong-funcon dl dd {
        width: 1.8rem;
        height: 0.6rem;

    }

    .gun-neirong-funcon dl dd h4 {
        font-size: 0.11rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        line-height: 0.14rem;
        text-align: center;
        margin-top: 0.11rem;
        margin-bottom: 0.05rem;
    }

    .gun-neirong-funcon dl dd p {
        font-size: 0.08rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.14rem;
        text-align: center;
    }
    
}